3.440 \(\int \frac{\sin (e+f x)}{(b \sec (e+f x))^{5/2}} \, dx\)

Optimal. Leaf size=20 \[ -\frac{2 b}{7 f (b \sec (e+f x))^{7/2}} \]

[Out]

(-2*b)/(7*f*(b*Sec[e + f*x])^(7/2))

________________________________________________________________________________________

Rubi [A]  time = 0.036703, antiderivative size = 20, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.105, Rules used = {2622, 30} \[ -\frac{2 b}{7 f (b \sec (e+f x))^{7/2}} \]

Antiderivative was successfully verified.

[In]

Int[Sin[e + f*x]/(b*Sec[e + f*x])^(5/2),x]

[Out]

(-2*b)/(7*f*(b*Sec[e + f*x])^(7/2))

Rule 2622

Int[csc[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Dist[1/(f*a^n), Subst[Int
[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n
 + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin{align*} \int \frac{\sin (e+f x)}{(b \sec (e+f x))^{5/2}} \, dx &=\frac{b \operatorname{Subst}\left (\int \frac{1}{x^{9/2}} \, dx,x,b \sec (e+f x)\right )}{f}\\ &=-\frac{2 b}{7 f (b \sec (e+f x))^{7/2}}\\ \end{align*}

Mathematica [A]  time = 0.0737125, size = 20, normalized size = 1. \[ -\frac{2 b}{7 f (b \sec (e+f x))^{7/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[e + f*x]/(b*Sec[e + f*x])^(5/2),x]

[Out]

(-2*b)/(7*f*(b*Sec[e + f*x])^(7/2))

________________________________________________________________________________________

Maple [A]  time = 0.011, size = 17, normalized size = 0.9 \begin{align*} -{\frac{2\,b}{7\,f} \left ( b\sec \left ( fx+e \right ) \right ) ^{-{\frac{7}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(f*x+e)/(b*sec(f*x+e))^(5/2),x)

[Out]

-2/7*b/f/(b*sec(f*x+e))^(7/2)

________________________________________________________________________________________

Maxima [A]  time = 1.00297, size = 31, normalized size = 1.55 \begin{align*} -\frac{2 \, \cos \left (f x + e\right )}{7 \, f \left (\frac{b}{\cos \left (f x + e\right )}\right )^{\frac{5}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)/(b*sec(f*x+e))^(5/2),x, algorithm="maxima")

[Out]

-2/7*cos(f*x + e)/(f*(b/cos(f*x + e))^(5/2))

________________________________________________________________________________________

Fricas [A]  time = 2.47557, size = 68, normalized size = 3.4 \begin{align*} -\frac{2 \, \sqrt{\frac{b}{\cos \left (f x + e\right )}} \cos \left (f x + e\right )^{4}}{7 \, b^{3} f} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)/(b*sec(f*x+e))^(5/2),x, algorithm="fricas")

[Out]

-2/7*sqrt(b/cos(f*x + e))*cos(f*x + e)^4/(b^3*f)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)/(b*sec(f*x+e))**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.46223, size = 41, normalized size = 2.05 \begin{align*} -\frac{2 \, \cos \left (f x + e\right )^{3}}{7 \, b^{2} f \sqrt{\frac{b}{\cos \left (f x + e\right )}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(f*x+e)/(b*sec(f*x+e))^(5/2),x, algorithm="giac")

[Out]

-2/7*cos(f*x + e)^3/(b^2*f*sqrt(b/cos(f*x + e)))